home *** CD-ROM | disk | FTP | other *** search
/ Best of Battle Games / Best of Battle Games.iso / install.dat < prev    next >
Text File  |  1995-05-05  |  2KB  |  81 lines

  1. /*
  2.  * INSTALL.DAT
  3.  *
  4.  * Project: Battle Action Games
  5.  * Version: V2.0
  6.  *
  7.  * This INSTALL.DAT was generated by hand
  8.  */
  9.  
  10. @DefineProject
  11.         @Name = "BAG2"
  12.         @Version = "V2.0"
  13.     @OutDrive = C
  14.         @Subdir   = "BAG_TMP"
  15. @EndProject
  16.  
  17. @Display
  18.     @Cls
  19.  
  20.         This program will now store information about your system
  21.         for later use when running this CD-ROM. You will be asked
  22.         several questions about your computer hardware.
  23.  
  24.         Each question has a default answer. If the default answer is
  25.         correct, press the ENTER key in response to the question.
  26.         Otherwise, type the answer and then press the ENTER key.
  27.  
  28.         If you make a mistake while typing, press the BACKSPACE key
  29.         and then retype the answer.
  30.  
  31.     @Pause
  32. @EndDisplay
  33.  
  34. @GetOutDrive
  35.     @Cls
  36.  
  37.         What drive do you want to use for temporary information?
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51. @EndOutDrive
  52.  
  53. @GetSubdir
  54.     @Cls
  55.         You can also specify a subdirectory where temporary information
  56.         for 'Battle Action Games', if you do not wish to use the default
  57.         subdirectory name. The subdirectory will be created by this
  58.         installation process, and will be recreated if necessary when
  59.         the CD-ROM is run later.
  60.  
  61.  
  62.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  63. @EndSubdir
  64.  
  65.  
  66. @Finish
  67.         @MkDir("C:\\SVI_CONF")
  68.         @System "echo set svi_cd=@InDrive:> C:\\SVI_CONF\\SVI_BAG2.CFG"
  69.         @System "echo set svi_hd=@Outdrive:>> C:\\SVI_CONF\\SVI_BAG2.CFG"
  70.         @System "echo set svi_temp=@Subdir>> C:\\SVI_CONF\\SVI_BAG2.CFG"
  71.         @MkDir("@OutDrive:\\@SubDir")
  72.  
  73.         Configuration information for 'Battle Action Games' has been stored
  74.         in the file SVI_BAG2.CFG in the directory C:\SVI_CONF. This information
  75.         will be used when you start this CD-ROM in the future.
  76.  
  77.         @pause
  78. @EndFinish
  79.  
  80. /* end-of-file */
  81.